<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "å¾®è½¯é›…é»‘"
}

a, a:hover, a:visited, a:checked {
  text-decoration: none;
}
body{
  max-width: 100%;
  overflow-x: hidden;
}
a {
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
  color: #000;
}
img{
  max-width: 100%;
}
.ie-alert{
	display: none;
  background: #9f1515;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
 pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background-color: transparent;
    border: none;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-family: "å¾®è½¯é›…é»‘";
    margin: 0;
    padding: 0;
}
/*å¸¸ç”¨cssæ&nbsp;·å¼*/

.font-bold {
  font-weight: bold;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-blue {
  color: #005bac;
}


.word-break {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.padding-zero {
  padding: 0;
}

.margin-top-30 {
  margin-top: 30px;
}

.text-gray {
  color: #ccc;
}
.form-control, .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  font-size: 14px;
  line-height: 1.42857143;
}

.english{
  padding:0 20px;
  margin-top: 15px;
  float: right;
}
.btn-radius{
  border-radius: 17px;
}

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #004787;
}
.col-20{
  width: 20%;
  float: left;
}
.value,.value1,.value2,.value3,.value4,.value5{
  font-size: 36px;
  color:#616161;
}
.number{
  font-size: 18px;
  padding:50px 0;
}
/* é¦–é¡µäº§å“ */
.product-item{
  font-size: 24px;
  font-family: "å®‹ä½“";
  color: #000;
}
.product-des{
  font-size: 18px;
  padding-top: 15px;
}
.pro{
  padding-left: 15px;
}
.pro-item{
  background-color: #f5f5f5;
  margin-bottom: 20px;
  overflow: hidden;
}

.intro-en{
  color: #f5a005;
  font-size: 24px;
}
.intro-zh{
  font-size: 18px;
  color: #005bac;
}
.intro-des{
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .5px;
  margin-top: 15px;
}
.brand{
  font-size: 24px;
  color: #005bac;
}
.no-left{
  padding-left: 0;
}
.no-right{
  padding-right: 0;
}

.footer-brand{
  background-color: #005bac;
  color: #fff;
  line-height:50px;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 20px 0;
}

.contact-sy{
  font-size: 24px;
  color: #005bac;
  padding: 0 20px;
}
.contact-sy small{
  font-size: 18px;
}

.bottom-line{
  width: 200px;
  border-bottom: 2px solid #005bac;
  margin: auto;
  margin-top: 10px;
}
.address{
  font-size: 16px;
  margin-top: 15px;
}
.bottom-tel{
  margin-top:15px;
}
.copyright{
  line-height: 36px;
  margin-top: 15px;
}
.bread{
	line-height:44px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	padding:0 15px;
}
.category-product .img-pro{
  height: 105px;
}

/* äº§å“ä¸­å¿ƒ */
.p-container{
  margin-bottom: 30px;
}

.product-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.product-container a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.product-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}


/*For IE7*/

*+html .product-container a {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
}

*+html .product-container a img {
    position: relative;
    top: -50%;
    left: -50%;
}


/*For IE6*/

*html .product-container a {
    position: absolute;
    top: 51%;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

*html .product-container a img {
    position: relative;
    top: -50%;
    left: -50%;
    width: expression(this.width&gt;200?"200px": "auto");
    height: expression(this.height&gt;140?"140px": "auto");
}
.product-name{
  border: 1px solid #ddd;
  border-top: none;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.pros-item{
  overflow: hidden;
}
/* æ–°é—» */
/*å›¾ç‰‡æ–°é—»*/

.xw-img {
  border: 1px solid #ccc;
  overflow: hidden;
  max-height: 200px;
}

/*æ–°é—»å…±ç”¨*/

.news-list {
  overflow: hidden;
  margin-bottom: 40px;
  padding-top: 10px;
}

.news-title {
  margin-bottom: 15px;
  color: #2b3242;
  font-size: 24px;
  line-height: 40px;
}

.news-top {
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
}

.news-icon {
  overflow: hidden;
}

.news-describe, .news-des {
  letter-spacing: 1px;
  color: #2b3242;
  font-size: 16px;
  line-height: 24px;
}

.news-describe {
  margin-top: 15px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.read-more {
  margin-top: 20px;
  padding-left: 20px;
}

.read-more .btn {
  padding: 3px 10px;
}

.show-news-title {
  color: #404040;
  font-size: 36px;
}
.news-info-des{
  padding: 15px 10px;
  border-left: 2px solid #ccc;
  background-color: #f5f5f5;
  color: #777;
  font-size: 12px;
  margin-top: 15px;
  overflow: hidden;
}
.news-info{
  font-size: 16px;
  margin-top:20px;
  line-height: 32px;
  letter-spacing: .8px;
  border: 1px solid #f5f5f5;
  overflow: hidden;
  padding: 15px 10px;
}
.news-about-list{
  line-height: 48px;
  overflow: hidden;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 16px;
}
.next{
  font-size: 18px;
  line-height: 40px;
  background-color: #f5f5f5;
  margin-top: 15px;
  padding: 0 15px;
}
.pre{
  position: fixed;
  top: 50%;
  margin-top: -50px;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  background-color: #e5e5e5;
  width: 40px;
}
.pre a{
  color: #ccc;
}
.pre-left{
  left: 0;
}
.pre-right{
  right: 0;
}
#accordion .panel{
  box-shadow: none;
  border: none;
  border-radius:0;
  margin-bottom: 6px;
  border-left:5px solid #005bac;
}
#accordion .panel-heading{
  padding:0;
  background-color:#fff;
}
#accordion .panel-title a{
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  padding: 14px 30px;
  background: #f5f5f5;
  text-transform: uppercase;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}
#accordion .panel-title a.collapsed{
  border-top: 0;
  color: #333;
  background: #eee;
  border-bottom:1px solid transparent;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
  content: "\f068";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #005bac;
}
#accordion .panel-title a.collapsed:before{
  content: "\f067";
}
#accordion .panel-body{
  color: #666464;
  font-size: 14px;
  line-height: 20px;
  border-top: 0 none;
  background: #eee;
  padding: 15px 27px;
}
.left-nav li{
  line-height: 36px;
  border-bottom: 1px dashed #fff;
  font-size: 16px;
}
@media(min-width:768px) {
  .left {
    float: left !important;
  }
  .right {
    float: right !important;
  }
  nav li{
	margin-right:25px;
  }
}
@media(max-width:768px){
  .product-des{
    font-size: 14px;
    padding-top: 5px;
    margin: 0;
  }
  .left{
	margin-top:30px;
  }
  .value,.value1, .value2, .value3, .value4, .value5 {
    font-size: 24px;
  }
  .number{
    padding: 20px 0;
  }
  .number .col-xs-4{
    padding: 0;
  }
  .img-pro{
    max-height: 140px;
  }
  .intro-en{
    float: left;
  }
  .intro-zh{
    float: left;
    padding-top: 5px;
  }
  .intro-des{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .brand{
    text-align: center;
  }
  .product-container {
      height: 120px;
  }
  .product-container a {
      height: 120px;
  }
  .product-container a img {
    max-height: 120px;
    }
}
#pages{
	clear:both;
}
#pages a,#pages span{
	background-color:#005bac;
	color:#fff;
	padding:10px 15px;
}
#pages span{
	background-color:#053a73;
}
#list-group-active{
	font-size:32px;
	line-height:40px;
}
#marquee{overflow:hidden;}
#marquee ul li{float:left; padding:0 1px;width:200px;}
#marquee ul li img{display:block;}
.pro-img{overflow:hidden;}
.pro-img img{transition:all 1s;}
.pro-item:hover .pro-img img{
  transform: scale(1.2);
  transition:all 1s;
}

.show-in li{
	line-height:40px;
	font-size:18px;
	border-bottom:1px solid #e5e5e5;
}
.show-tel{
	margin-top:15px;
}
.show-img{
	max-height:500px;
}


.magnify {
	z-index: 20;
	border: 1px solid #999;
	position: relative;
	width:100%;
  	height:300px;
	margin:0px auto;
	overflow: hidden;
}
.magnify img {
	display:block;
}
.element_to_magnify {
	position: relative;
	width:100%;
  	height:300px;
  	overflow: hidden;
}
.element_to_magnify a {
  display:block;
  position:absolute;
  top:80px;
  right:80px;
  background-color:rgba(0, 0,0, .5);
  padding:4px;
  font-size:18px;
  color:#fff;
}
.element_to_magnify img{
	width: auto;
	max-height:300px;
	display:block;
	margin:auto;
}
.magnified_element {
	
}
.magnify_glass {
	z-index: 300;
	position: absolute;
	width: 150px;
	height:150px;
	cursor: move;
}
.mg_ring {
	pointer-events: none;
	background:none;
	position: absolute;
	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   -ms-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
	border: 1px solid #CCC;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	z-index: 20;

}
.mg_zone {
	position: absolute;
	border-radius: 50%;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow:hidden;
}

.pm_btn {
	border: 1px solid #CCC;	
	z-index: 30;
	color: #333;
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	line-height:40px;
	
}
.pm_btn h2{
	text-align: center;
	user-select: none;
	cursor: pointer;
	margin:0;
}
.minus {
	right:-24px;
	bottom:30px;
}
.plus {
	right:0px;
	bottom:-5px;
}

.button {
	width:30px;
	height: 30px;
	padding-top: 5px;
	overflow: hidden;
	border-radius: 50%;
	background-color: rgba(50, 50, 50, .5);
	position: absolute;
	text-indent: -999em;
	border:solid black 1px;
}
@media(max-width:768px){
.magnify_glass{
	display:none;
}
}</pre></body></html>